aboutsummaryrefslogtreecommitdiff
path: root/test/unit/indent_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/indent_spec.lua')
-rw-r--r--test/unit/indent_spec.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/unit/indent_spec.lua b/test/unit/indent_spec.lua
index ec86822b55..f93f6d7581 100644
--- a/test/unit/indent_spec.lua
+++ b/test/unit/indent_spec.lua
@@ -1,10 +1,10 @@
-local helpers = require("test.unit.helpers")(after_each)
+local helpers = require('test.unit.helpers')(after_each)
local itp = helpers.gen_itp(it)
-local eq = helpers.eq
+local eq = helpers.eq
-local indent = helpers.cimport("./src/nvim/indent.h")
-local globals = helpers.cimport("./src/nvim/globals.h")
+local indent = helpers.cimport('./src/nvim/indent.h')
+local globals = helpers.cimport('./src/nvim/globals.h')
describe('get_sts_value', function()
itp([[returns 'softtabstop' when it is non-negative]], function()