Skip to content

Commit be44581

Browse files
committed
Fixed semicolon
1 parent c3c3e6c commit be44581

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

resources/mathematica/FunctionInformation.m

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@
115115

116116
CreateCompletionInformation[] := createInformation /@ names;
117117

118-
End[] (* End Private Context *)
118+
End[];
119+
(* End Private Context *)
120+
121+
EndPackage[];
122+
119123

120-
EndPackage[]

0 commit comments

Comments
 (0)