Skip to content

Commit 497aeae

Browse files
committed
Fix linting issues
1 parent 3fe8ae6 commit 497aeae

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

flow/internal/testutil/env.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ func LoadEnv() {
5656
maybeForcedTZ := os.Getenv(timeZoneEnvKey)
5757

5858
if maybeForcedTZ != "" {
59-
slog.InfoContext(ctx, "LoadEnv: attempting to force time zone from environment variable", "key", timeZoneEnvKey, "forced_value", maybeForcedTZ)
59+
slog.InfoContext(ctx, "LoadEnv: attempting to force time zone from environment variable",
60+
"key", timeZoneEnvKey, "forced_value", maybeForcedTZ)
6061
if err := forceTimeZone(maybeForcedTZ); err != nil {
6162
slog.ErrorContext(ctx, "LoadEnv: failed to force time zone", "error", err)
6263
}

0 commit comments

Comments
 (0)