Skip to content

Commit 0c83ca7

Browse files
committed
refactor: alphabetize
1 parent e849755 commit 0c83ca7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/wincent/commandt/private/test/validate.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
-- SPDX-FileCopyrightText: Copyright 2022-present Greg Hurrell and contributors.
22
-- SPDX-License-Identifier: BSD-2-Clause
33

4-
local validate = require('wincent.commandt.private.validate')
54
local mocks = require('wincent.commandt.private.mocks')
5+
local validate = require('wincent.commandt.private.validate')
66

77
describe('validate()', function()
88
before(function()

0 commit comments

Comments
 (0)