Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alemelis authored and JRaspass committed Nov 22, 2020
1 parent f35a6c3 commit 004f89d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hole/maze.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ func draw(grid [height][width]int, si, sj, ei, ej int, path [height][width]int,
}

func maze() (args []string, out string) {

var grid [height][width]int
var dist [height][width]int

Expand Down

0 comments on commit 004f89d

Please sign in to comment.