Improved consistency of number literals
All checks were successful
/ test (push) Successful in 19s

This commit is contained in:
Eduard Urbach 2025-07-03 13:45:39 +02:00
parent 47b4b1f1dd
commit cfc0f87c49
Signed by: akyoto
GPG key ID: 49226B848C78F6C8
4 changed files with 5 additions and 5 deletions

View file

@ -49,7 +49,7 @@ func run(t *testing.T, path string, input string, expectedOutput string, expecte
assert.Nil(t, err)
tmpDir := filepath.Join(os.TempDir(), "q", "tests")
err = os.MkdirAll(tmpDir, 0755)
err = os.MkdirAll(tmpDir, 0o755)
assert.Nil(t, err)
executable := b.Executable()