diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-06-25 14:34:31 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-06-25 12:41:13 +0000 |
| commit | 72157d417a03da6b33ce72d2c5fe01189cb68b99 (patch) | |
| tree | ff19548fab17549b2db1c84e1eb408198a6be5f7 | |
| parent | 8f95d2d8ec2ae7143fe95c59f7f406e0bd1656dc (diff) | |
Format: Run Gofumpt
| -rw-r--r-- | internal/config/atomicfile/atomicfile_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/config/atomicfile/atomicfile_test.go b/internal/config/atomicfile/atomicfile_test.go index 78c93e6..670d225 100644 --- a/internal/config/atomicfile/atomicfile_test.go +++ b/internal/config/atomicfile/atomicfile_test.go @@ -37,7 +37,7 @@ func TestDoesNotOverwriteIrregularFiles(t *testing.T) { } defer l.Close() - err = WriteFile(path, []byte("hello"), 0644) + err = WriteFile(path, []byte("hello"), 0o644) if err == nil { t.Fatal("expected error, got nil") } |
