Skip to content

Commit

Permalink
Thanks dart format for moving my comment
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolaVerbeeck committed Oct 14, 2020
1 parent c5f0bd4 commit b26f10d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/src/config/pubspec_config.dart
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import 'dart:io';
import 'package:yaml/yaml.dart';

class PubspecConfig {
static final _DEFAULT_CONFIG_PATH =
'model_generator${Platform.pathSeparator}config.yaml'; // ignore: non_constant_identifier_names
static final _DEFAULT_CONFIG_PATH = // ignore: non_constant_identifier_names
'model_generator${Platform.pathSeparator}config.yaml';
static const _DEFAULT_BASE_DIRECTORY = 'model';

String projectName;
Expand Down

0 comments on commit b26f10d

Please sign in to comment.