Skip to content

Commit b7d0007

Browse files
committed
address comment
1 parent 14b73b1 commit b7d0007

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pkgs/json_syntax_generator/lib/src/generator/syntax_generator.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
// for details. All rights reserved. Use of this source code is governed by a
33
// BSD-style license that can be found in the LICENSE file.
44

5-
import '../include/helper_library.dart';
65
import '../model/class_info.dart';
76
import '../model/dart_type.dart';
87
import '../model/property_info.dart';
98
import '../model/schema_info.dart';
9+
import 'helper_library.dart';
1010

1111
/// Generates Dart code from a [SchemaInfo].
1212
///

0 commit comments

Comments
 (0)