style: normalize struct field alignment #5

Merged
ryan merged 1 commits from worktree-gitea-primary into main 2026-02-20 19:31:32 +00:00
8 changed files with 29 additions and 30 deletions
Showing only changes of commit 5fd48eb5fa - Show all commits

View File

@@ -6,9 +6,9 @@ import (
"log"
"time"
_ "github.com/mattn/go-sqlite3"
"github.com/ryanhamamura/via"
"github.com/ryanhamamura/via/h"
_ "github.com/mattn/go-sqlite3"
)
type DataSource interface {

View File

@@ -80,4 +80,3 @@ func (s *Signal) Int() int {
}
return 0
}