mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
chore: format Go more aggressively
This commit is contained in:
@ -72,7 +72,7 @@ func Test_absoluteBinaryPath(t *testing.T) {
|
||||
err := os.WriteFile(
|
||||
filepath.Join(tempDir, "terraform"),
|
||||
[]byte(terraformBinaryOutput),
|
||||
0770,
|
||||
0o770,
|
||||
)
|
||||
require.NoError(t, err)
|
||||
|
||||
|
Reference in New Issue
Block a user