fix formatting in the rust textobject query file

looks like two lines were unintentionally joined - it doesn't appear to
affect the functionality, but it's confusing to read
pull/5244/head
Jesse Luehrs 11 months ago committed by Skyler Hawthorne
parent 19dff5c3a4
commit d56638ba9a

@ -1,5 +1,8 @@
(function_item
body: (_) @function.inside) @function.around(closure_expression body: (_) @function.inside) @function.around
body: (_) @function.inside) @function.around
(closure_expression
body: (_) @function.inside) @function.around
(struct_item
body: (_) @class.inside) @class.around

Loading…
Cancel
Save