Skip to content

Commit

Permalink
fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bdon authored and paulmach committed Jan 10, 2024
1 parent fbd6841 commit db9d8eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osmpbf/README.md
Expand Up @@ -19,7 +19,7 @@ defer scanner.Close()
for scanner.Scan() {
switch o := scanner.Object().(type) {
case *osm.Node:

case *osm.Way:

case *osm.Relation:
Expand Down

0 comments on commit db9d8eb

Please sign in to comment.