1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 04:51:57 +03:00

Sort the imports.

This commit is contained in:
Rob Rix 2017-04-11 09:21:59 -04:00
parent 000fa34a50
commit b6872f55d0

View File

@ -1,6 +1,6 @@
module Text.Parser.TreeSitter.Ruby where
import Text.Parser.TreeSitter
import Foreign.Ptr
import Text.Parser.TreeSitter
foreign import ccall unsafe "vendor/tree-sitter-ruby/src/parser.c tree_sitter_ruby" tree_sitter_ruby :: Ptr Language