Skip to content

Commit

Permalink
Fix formatting spaces at the end of the line.
Browse files Browse the repository at this point in the history
  • Loading branch information
emacgillavry authored and Joxit committed Sep 6, 2021
1 parent 88fdb26 commit a0496d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classifier/CompoundStreetClassifier.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class CompoundStreetClassifier extends WordClassifier {
// remove any suffixes which contain less than 3 characters (excluding a period)
// this removes suffixes such as 'r.' which can be ambiguous
minlength: 3
})
})
}

each (span) {
Expand Down

0 comments on commit a0496d2

Please sign in to comment.