Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Snawoot committed Feb 18, 2024
1 parent c3fb5fd commit aa0c26f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions cmd/rgap/main.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
package main

import (
)

const (
progName = "rgap"
)
Expand Down
4 changes: 2 additions & 2 deletions output/eventlog.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ type EventLogConfig struct {
}

type EventLog struct {
bridge iface.GroupBridge
groups []uint64
bridge iface.GroupBridge
groups []uint64
unsubFns []func()
}

Expand Down

0 comments on commit aa0c26f

Please sign in to comment.