mirror of
https://github.com/pagefaultgames/rogueserver.git
synced 2025-04-21 11:46:19 +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 {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
@ -45,4 +45,4 @@ func System(uuid []byte) (defs.SystemSaveData, error) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return system, nil
|
return system, nil
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user