mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
refactor: format test/*
This commit is contained in:
@@ -2,7 +2,7 @@ local helpers = require('test.functional.helpers')(after_each)
|
||||
local assert_alive = helpers.assert_alive
|
||||
local clear, command, write_file = helpers.clear, helpers.command, helpers.write_file
|
||||
|
||||
describe("modeline", function()
|
||||
describe('modeline', function()
|
||||
local tempfile = helpers.tmpname()
|
||||
before_each(clear)
|
||||
|
||||
|
Reference in New Issue
Block a user