Skip to content

Commit 73cf5e8

Browse files
committed
no indentation
1 parent 60f3862 commit 73cf5e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dot.lua

+1-2
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ local function print_message(message_type, message)
115115
color, symbol = colors.reset, ">"
116116
end
117117

118-
local prefix = " "
119-
print(prefix .. color .. symbol .. " " .. message .. colors.reset)
118+
print(color .. symbol .. " " .. message .. colors.reset)
120119
end
121120

122121
local installed_brew_packages = {}

0 commit comments

Comments
 (0)