Skip to content

Commit

Permalink
Remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
mosuem committed Jun 23, 2023
1 parent 8f1289a commit 24f8f4d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pkgs/firehose/lib/firehose.dart
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,7 @@ Documentation at https://github.com/dart-lang/ecosystem/wiki/Publishing-automati
final license = '''
// Copyright (c) ${DateTime.now().year}, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
''';
// BSD-style license that can be found in the LICENSE file.''';

Future<void> checkLicenses() async {
var github = Github();
Expand All @@ -305,8 +304,7 @@ $license
| Files |
| :--- |
${filePaths.map((e) => '|$e|').join('\n')}\n\n
${filePaths.map((e) => '|$e|').join('\n')}
'''
: 'Great, all files have license headers!';

Expand Down

0 comments on commit 24f8f4d

Please sign in to comment.