Skip to content

Commit 88e1103

Browse files
dklilleyGitHub Enterprise
authored andcommitted
Update FormatSupportHandler.m
Fix formatting in R2025a
1 parent 9bdf3d2 commit 88e1103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

matlab/+matlabls/+handlers/FormatSupportHandler.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function handleFormatRequest (this, msg)
2828
cleanupObj3 = setTemporaryValue(s.matlab.editor.tab.IndentSize, msg.tabSize); %#ok<NASGU>
2929

3030
% Format code
31-
response.data = indentcode(codeToFormat, 'matlab'); % This will pull from the user's MATLAB® settings.
31+
response.data = indentcode(codeToFormat); % This will pull from the user's MATLAB® settings.
3232

3333
% Send formatted code
3434
responseChannel = strcat(this.ResponseChannel, '/', msg.channelId);

0 commit comments

Comments
 (0)