Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
Co-authored-by: Roberto Abdelkader Martínez Pérez <[email protected]>
  • Loading branch information
panchoh and nilp0inter committed Oct 22, 2019
1 parent be6a2ef commit 034a5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/user/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func (srl *safeRouteList) List() []model.Route {
}

func (srl *safeRouteList) Delete(ID string) error {
// TODO: Refactor with `refer` if applicable
// TODO: Refactor with `defer` if applicable
srl.m.Lock()
for i := 0; i < len(srl.rs); i++ {
if srl.rs[i].ID == ID {
Expand Down

0 comments on commit 034a5ab

Please sign in to comment.