From 40f003900c0ef8246929dcf8378a194130fdc26c Mon Sep 17 00:00:00 2001 From: max397574 Date: Mon, 22 Nov 2021 12:53:46 +0100 Subject: chore: autoformat with stylua --- lua/startup/functions.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/startup/functions.lua') diff --git a/lua/startup/functions.lua b/lua/startup/functions.lua index 46b5cf2..cac0089 100644 --- a/lua/startup/functions.lua +++ b/lua/startup/functions.lua @@ -1,6 +1,6 @@ local functions = {} -local quotes = require"startup.quotes" +local quotes = require("startup.quotes") function functions.quote() math.randomseed(os.clock()) -- cgit v1.2.3