summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/gitsyncer/main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/gitsyncer/main.go b/cmd/gitsyncer/main.go
index e656e7b..4882b34 100644
--- a/cmd/gitsyncer/main.go
+++ b/cmd/gitsyncer/main.go
@@ -4,8 +4,7 @@ import (
"codeberg.org/snonux/gitsyncer/internal/cmd"
)
-
func main() {
// Execute the cobra command
cmd.Execute()
-} \ No newline at end of file
+}