mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
chore: format Go more aggressively
This commit is contained in:
@ -45,7 +45,7 @@ func TestOverrideVSCodeConfigs(t *testing.T) {
|
||||
data, err := json.Marshal(mapping)
|
||||
require.NoError(t, err)
|
||||
for _, configPath := range configPaths {
|
||||
err = afero.WriteFile(fs, configPath, data, 0600)
|
||||
err = afero.WriteFile(fs, configPath, data, 0o600)
|
||||
require.NoError(t, err)
|
||||
}
|
||||
err = gitauth.OverrideVSCodeConfigs(fs)
|
||||
|
Reference in New Issue
Block a user