fix formatting

This commit is contained in:
Peter Rounce 2023-02-19 06:52:12 +00:00
parent f3949b1b59
commit b4494c7ed3
11 changed files with 34 additions and 34 deletions

View file

@ -47,13 +47,13 @@ type Transaction struct {
}
type Card_wipe_info struct {
Id int
K0 string
K1 string
K2 string
K3 string
K4 string
Uid string
Id int
K0 string
K1 string
K2 string
K3 string
K4 string
Uid string
}
func open() (*sql.DB, error) {