diff --git a/.bazelignore b/.bazelignore index 25594133..b1e3af62 100644 --- a/.bazelignore +++ b/.bazelignore @@ -1 +1 @@ -e2e/ \ No newline at end of file +e2e/ diff --git a/.bcr/metadata.template.json b/.bcr/metadata.template.json index ed1f698c..6d9c3de6 100644 --- a/.bcr/metadata.template.json +++ b/.bcr/metadata.template.json @@ -12,4 +12,4 @@ ], "versions": [], "yanked_versions": {} -} \ No newline at end of file +} diff --git a/.bcr/presubmit.yml b/.bcr/presubmit.yml index 5c7ad879..1bea810a 100644 --- a/.bcr/presubmit.yml +++ b/.bcr/presubmit.yml @@ -9,4 +9,4 @@ bcr_test_module: platform: ${{ platform }} bazel: ${{ bazel }} test_targets: - - "//..." \ No newline at end of file + - "//..." diff --git a/.bcr/source.template.json b/.bcr/source.template.json index 1af043f9..4f148199 100644 --- a/.bcr/source.template.json +++ b/.bcr/source.template.json @@ -2,4 +2,4 @@ "integrity": "", "strip_prefix": "{REPO}-{VERSION}", "url": "https://github.com/{OWNER}/{REPO}/archive/refs/tags/{TAG}.tar.gz" -} \ No newline at end of file +}