X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.spreadsheet.ontology%2Fgraph%2Fscl%2FSCLMain.scl;fp=bundles%2Forg.simantics.spreadsheet.ontology%2Fgraph%2Fscl%2FSCLMain.scl;h=b975bd87cedbb7e460a78f13699bc95eeddfc3ff;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=00ec6b4e98195252e8a1dd32187f230ad3590229;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.spreadsheet.ontology/graph/scl/SCLMain.scl b/bundles/org.simantics.spreadsheet.ontology/graph/scl/SCLMain.scl index 00ec6b4e9..b975bd87c 100644 --- a/bundles/org.simantics.spreadsheet.ontology/graph/scl/SCLMain.scl +++ b/bundles/org.simantics.spreadsheet.ontology/graph/scl/SCLMain.scl @@ -1,9 +1,9 @@ -include "Simantics/All" -include "Spreadsheet/All" - -sheetSourceContribution :: Resource -> [Variable] -sheetSourceContribution sheet = [variable $ uriOf sheet] - -sheetSourceContributionLabeler :: Variable -> String -sheetSourceContributionLabeler variable = "Sheet" +include "Simantics/All" +include "Spreadsheet/All" + +sheetSourceContribution :: Resource -> [Variable] +sheetSourceContribution sheet = [variable $ uriOf sheet] + +sheetSourceContributionLabeler :: Variable -> String +sheetSourceContributionLabeler variable = "Sheet" \ No newline at end of file