mirror of
https://github.com/iDvel/rime-ice.git
synced 2026-05-05 20:28:13 +00:00
style: Lua 统一缩进 4 空格
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
require('cold_word_drop.string')
|
||||
require("cold_word_drop.metatable")
|
||||
-- local puts = require("tools/debugtool")
|
||||
@@ -146,7 +145,7 @@ local function processor(key, env)
|
||||
return 1 -- kAccept
|
||||
end
|
||||
|
||||
return 2 -- kNoop, 不做任何操作, 交给下个组件处理
|
||||
return 2 -- kNoop, 不做任何操作, 交给下个组件处理
|
||||
end
|
||||
|
||||
return processor
|
||||
|
||||
Reference in New Issue
Block a user