Skip to content

Commit 478ead4

Browse files
committed
remove redundant safe operator in variables template
1 parent f76c53b commit 478ead4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bashly/views/command/variables.gtx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if variables&.any?
1+
if variables.any?
22
= view_marker
33

44
variables.each do |var|

0 commit comments

Comments
 (0)