Skip to content

Commit 418ded6

Browse files
Xevnarfrioux
authored andcommitted
refactor: fix indentation
1 parent b332684 commit 418ded6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function sharetags.create_tags(names, layouts)
3131
tags[tagnumber].number = tagnumber
3232

3333
awful.layout.set(layouts[tagnumber], tags[tagnumber])
34-
end
34+
end
3535
return tags
3636
end
3737
--}}}
@@ -112,7 +112,7 @@ function sharetags.select_tag(t, target_screen)
112112
-- If there was a moving tag then the focus on the window is lost. Checking
113113
-- if this is the same tag and thus restore focus on the window
114114
if is_tag_moved and is_tag_select and #t:clients() > 0 and prev_focus then
115-
capi.client.focus = prev_focus
115+
capi.client.focus = prev_focus
116116
end
117117
end
118118

0 commit comments

Comments
 (0)