Skip to content

Commit

Permalink
Formatting removes mldivide #27
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvarga committed Nov 3, 2016
1 parent 4ee573a commit c6f0d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @MBeautify/performFormatting.m
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@
end

for iKey = numel(arrayTokenList):- 1:1
data = regexprep(data, arrayTokenList{iKey}, map(arrayTokenList{iKey}));
data = regexprep(data, arrayTokenList{iKey}, regexptranslate('escape', map(arrayTokenList{iKey})));
end

data = regexprep(data, generateOperatorToken('Comma'), settingConf.OperatorRules.Comma.ValueTo);
Expand Down

0 comments on commit c6f0d1b

Please sign in to comment.