Skip to content

Commit c1aea35

Browse files
committed
Fix issue with overtabbing raw actions
1 parent c423e9e commit c1aea35

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

decompile.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1045,10 +1045,6 @@ func decompAction(action *ShortcutAction) {
10451045
}
10461046

10471047
actionCallCode.WriteString(")")
1048-
} else if !isConstant && !isVariableValue {
1049-
var saveCode = tabbedLine(actionCallCode.String())
1050-
actionCallCode.Reset()
1051-
actionCallCode.WriteString(saveCode)
10521048
}
10531049

10541050
currentVariableValue = actionCallCode.String()

0 commit comments

Comments
 (0)