diff --git a/lib/src/tasks/format/cli.dart b/lib/src/tasks/format/cli.dart index 3cbbab5b..1460eaa8 100644 --- a/lib/src/tasks/format/cli.dart +++ b/lib/src/tasks/format/cli.dart @@ -78,7 +78,7 @@ class FormatCli extends TaskCli { if (task.isDryRun) { if (task.successful) return new CliResult.success( - excludedFilesWarning + 'You\'re Dart code is good to go!'); + excludedFilesWarning + 'Your Dart code is good to go!'); if (task.affectedFiles.isEmpty) return new CliResult.fail( excludedFilesWarning + 'The Dart formatter needs to be run.'); return new CliResult.fail(excludedFilesWarning +