From a9eb91dd168387f980a049019a466886ba59bc78 Mon Sep 17 00:00:00 2001 From: Sahin Yort Date: Tue, 16 May 2023 16:46:16 -0700 Subject: [PATCH] chore: add trailing newline (#439) --- e2e/smoke/.bazelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/smoke/.bazelrc b/e2e/smoke/.bazelrc index 94b8d05..6b6c5e0 100644 --- a/e2e/smoke/.bazelrc +++ b/e2e/smoke/.bazelrc @@ -16,4 +16,4 @@ build --workspace_status_command="echo BUILD_SCM_VERSION 1.2.3" # This file should appear in `.gitignore` so that settings are not shared with team members. This # should be last statement in this config so the user configuration is able to overwrite flags from # this file. See https://bazel.build/configure/best-practices#bazelrc-file. -try-import %workspace%/.aspect/bazelrc/user.bazelrc \ No newline at end of file +try-import %workspace%/.aspect/bazelrc/user.bazelrc