mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-03-13 17:44:40 +08:00
Run go fmt on everything
Signed-off-by: Pancakes <patapancakes@pagefault.games>
This commit is contained in:
parent
023b8aaed4
commit
674ed2aa51
@ -48,6 +48,6 @@ func Delete(uuid []byte, datatype, slot int) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
|
||||
return nil
|
||||
}
|
||||
|
@ -45,4 +45,4 @@ func System(uuid []byte) (defs.SystemSaveData, error) {
|
||||
}
|
||||
|
||||
return system, nil
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user