]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.spreadsheet.ontology/graph/scl/SCLMain.scl
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.spreadsheet.ontology / graph / scl / SCLMain.scl
index 00ec6b4e98195252e8a1dd32187f230ad3590229..b975bd87cedbb7e460a78f13699bc95eeddfc3ff 100644 (file)
@@ -1,9 +1,9 @@
-include "Simantics/All"\r
-include "Spreadsheet/All"\r
-\r
-sheetSourceContribution :: Resource -> <ReadGraph> [Variable]\r
-sheetSourceContribution sheet = [variable $ uriOf sheet]\r
-\r
-sheetSourceContributionLabeler :: Variable -> <ReadGraph> String\r
-sheetSourceContributionLabeler variable = "Sheet"\r
+include "Simantics/All"
+include "Spreadsheet/All"
+
+sheetSourceContribution :: Resource -> <ReadGraph> [Variable]
+sheetSourceContribution sheet = [variable $ uriOf sheet]
+
+sheetSourceContributionLabeler :: Variable -> <ReadGraph> String
+sheetSourceContributionLabeler variable = "Sheet"
   
\ No newline at end of file