Skip to content

Commit 392fcc3

Browse files
committed
format: fix indentation
1 parent f82690a commit 392fcc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/UnitTest/SourceControl/Git/Sync.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Method TestSync()
2727
$$$ThrowOnError(##class(SourceControl.Git.Utils).SwitchBranch("live"))
2828
do $$$LogMessage("create a class through IRIS, add it to source control, and sync")
2929
do $System.OBJ.Delete("TestGit.SampleClass2")
30-
set classDef = ##class(%Dictionary.ClassDefinition).%New("TestGit.SampleClass2")
30+
set classDef = ##class(%Dictionary.ClassDefinition).%New("TestGit.SampleClass2")
3131
$$$ThrowOnError(classDef.%Save())
3232
$$$ThrowOnError($System.OBJ.Compile("TestGit.SampleClass2"))
3333
$$$ThrowOnError(##class(SourceControl.Git.Utils).AddToSourceControl("TestGit.SampleClass2.cls"))

0 commit comments

Comments
 (0)