Skip to content

Commit 13b4706

Browse files
redundant types
1 parent b3e8358 commit 13b4706

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

world/namespace.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func NewNamespace(name string) *Namespace {
2525
}
2626
}
2727

28-
func (n *Namespace) SaveLocation(id string, lat float64, lon float64) (*Location, error) {
28+
func (n *Namespace) SaveLocation(id string, lat, lon float64) (*Location, error) {
2929
n.mu.Lock()
3030
defer n.mu.Unlock()
3131

0 commit comments

Comments
 (0)