Skip to content

Commit 29272c2

Browse files
committed
Add missing newlines at end of files
1 parent 0f2f84e commit 29272c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

matlab/+matlabls/+handlers/FoldingSupportHandler.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ function handleFoldingRangeRequest (this, msg)
3030
matlabls.internal.CommunicationManager.publish(responseChannel, response.data)
3131
end
3232
end
33-
end
33+
end

src/providers/folding/FoldingSupportProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,4 @@ class FoldingSupportProvider {
7979
}
8080
}
8181

82-
export default new FoldingSupportProvider()
82+
export default new FoldingSupportProvider()

0 commit comments

Comments
 (0)