Skip to content

Commit cb1f40d

Browse files
committed
Fix file header in GEMINI.md
1 parent f2789f1 commit cb1f40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

current_results_ui/GEMINI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Deployment is handled automatically by Google Cloud Build, as configured in `clo
6969
* **Copyright Headers:** All new Dart source files (`.dart`) must include the following copyright header at the top of the file. The year should always be the current year (e.g., 2025 for work done in 2025, 2026 for work done in 2026, and so on).
7070

7171
```dart
72-
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
72+
// Copyright (c) 2025, the Dart project authors. Please see the AUTHORS file
7373
// for details. All rights reserved. Use of this source code is governed by a
7474
// BSD-style license that can be found in the LICENSE file.
7575
```

0 commit comments

Comments
 (0)