style: sort requires

This commit is contained in:
Folke Lemaitre 2023-10-09 11:25:42 +02:00
parent f0cfbf9952
commit 22bf6ae04b
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
22 changed files with 37 additions and 34 deletions

View file

@ -1,8 +1,8 @@
local require = require("lazy.core.util").lazy_require
local View = require("lazy.view")
local Config = require("lazy.core.config")
local Manage = require("lazy.manage")
local Util = require("lazy.util")
local Config = require("lazy.core.config")
local View = require("lazy.view")
local ViewConfig = require("lazy.view.config")
local M = {}