Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 5c3c5af

Browse files
committed
Remove whitespace.
1 parent 30c4ee8 commit 5c3c5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/githooks/lib/src/pre_push_command.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class PrePushCommand extends Command<bool> {
5252
Future<bool> _runClangTidy(String flutterRoot, bool verbose) async {
5353
io.stdout.writeln('Starting clang-tidy checks.');
5454
final Stopwatch sw = Stopwatch()..start();
55-
55+
5656
// First ensure that out/host_{{flags}}/compile_commands.json exists by running
5757
// //flutter/tools/gn. See _checkForHostTargets above for supported targets.
5858
final io.File? compileCommands = findMostRelevantCompileCommands(flutterRoot, verbose: verbose);

0 commit comments

Comments
 (0)