Skip to content

Commit 4a8f103

Browse files
committed
Update getControlledInstance.m
1 parent 51f2de5 commit 4a8f103

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

code/internal/+openminds/+internal/getControlledInstance.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
% assert(size(instanceTable, 1) == 1, 'Expected a single match for instance "%s", but %d was found.', instanceName, size(instanceTable, 1))
6060
% jsonStr = fileread(instanceTable.Filepath);
61-
61+
6262
filePath = getOfflineFilepath(instanceName, schemaName, moduleName, versionNumber);
6363

6464
if ~isfile(filePath)

0 commit comments

Comments
 (0)