| commit | 8c4636270be67625cc27ce356f6da1a11e245069 | [log] [tgz] |
|---|---|---|
| author | Autoformatter <bot@sketch.dev> | Fri May 16 21:54:17 2025 +0000 |
| committer | Autoformatter <bot@sketch.dev> | Fri May 16 21:54:17 2025 +0000 |
| tree | f6a4db58f1eb71033410150daa7290d4e41aca0a | |
| parent | 5e3570280bf3bb0f84482ff9556739d34eb08093 [diff] [blame] |
all: fix formatting
diff --git a/git_tools/git_tools.go b/git_tools/git_tools.go index 9ff8a71..b206c05 100644 --- a/git_tools/git_tools.go +++ b/git_tools/git_tools.go
@@ -299,7 +299,7 @@ } // Write the content to the file - err = os.WriteFile(fullPath, []byte(content), 0644) + err = os.WriteFile(fullPath, []byte(content), 0o644) if err != nil { return fmt.Errorf("error writing to file %s: %w", filePath, err) }