Skip to content

Commit 3b7a7a6

Browse files
author
Piotr Paulski
committed
Fix missing empty lines after license notices.
1 parent 86a26a5 commit 3b7a7a6

11 files changed

Lines changed: 11 additions & 0 deletions

File tree

rollup.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17+
1718
/**
1819
* @fileoverview take from {@link https://github.com/GoogleChromeLabs/chromium-bidi/blob/main/rollup.config.mjs | chromium-bidi}
1920
* and modified to specific requirement.

scripts/eval_scenarios/console_test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright 2026 Google LLC
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6+
67
import assert from 'node:assert';
78

89
import type {TestScenario} from '../eval_gemini.ts';

scripts/eval_scenarios/emulation_test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright 2026 Google LLC
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6+
67
import assert from 'node:assert';
78

89
import type {TestScenario} from '../eval_gemini.ts';

scripts/eval_scenarios/input_test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright 2026 Google LLC
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6+
67
import assert from 'node:assert';
78

89
import type {TestScenario} from '../eval_gemini.ts';

scripts/eval_scenarios/navigation_test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright 2026 Google LLC
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6+
67
import assert from 'node:assert';
78

89
import type {TestScenario} from '../eval_gemini.ts';

scripts/eval_scenarios/network_test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright 2026 Google LLC
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6+
67
import assert from 'node:assert';
78

89
import type {TestScenario} from '../eval_gemini.ts';

scripts/eval_scenarios/performance_test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright 2026 Google LLC
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6+
67
import assert from 'node:assert';
78

89
import type {TestScenario} from '../eval_gemini.ts';

scripts/eval_scenarios/snapshot_test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright 2026 Google LLC
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6+
67
import assert from 'node:assert';
78

89
import type {TestScenario} from '../eval_gemini.ts';

src/formatters/SnapshotFormatter.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright 2025 Google LLC
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6+
67
import type {TextSnapshot, TextSnapshotNode} from '../McpContext.js';
78

89
export class SnapshotFormatter {

src/tools/console.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* Copyright 2025 Google LLC
44
* SPDX-License-Identifier: Apache-2.0
55
*/
6+
67
import {zod} from '../third_party/index.js';
78
import type {ConsoleMessageType} from '../third_party/index.js';
89

0 commit comments

Comments
 (0)