mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-29 01:24:35 +03:00
Improve range in fijzmeoijqzejfmqzjofjqzojfomqjzjqjzexample
This commit is contained in:
parent
4ced912e03
commit
db85181f6a
@ -2048,7 +2048,7 @@ and reports errors when the classes given as argument are unknown.
|
||||
, "Here are the classes that seem unused: " ++ String.join " " (Set.toList unusedClasses)
|
||||
]
|
||||
}
|
||||
{ start = { row = 1, column = 1 }, end = { row = 2, column = 1 } }
|
||||
{ start = { row = 1, column = 1 }, end = { row = 1, column = 100000 } }
|
||||
)
|
||||
|
||||
-}
|
||||
|
Loading…
Reference in New Issue
Block a user