Skip to content

Commit a7abf07

Browse files
committed
Format code
Signed-off-by: David Gageot <david.gageot@docker.com>
1 parent 79a7c80 commit a7abf07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/environment/secrets_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
func writeSecret(value string) func(string) error {
1313
return func(path string) error {
14-
return os.WriteFile(path, []byte(value), 0700)
14+
return os.WriteFile(path, []byte(value), 0o700)
1515
}
1616
}
1717

0 commit comments

Comments
 (0)