Code formatting
This commit is contained in:
@@ -411,7 +411,7 @@ var
|
||||
expectedValue: Integer;
|
||||
procExecuted: Boolean;
|
||||
begin
|
||||
sourceDirty := TFlag.CreateFlag( true );
|
||||
sourceDirty := TFlag.CreateFlag(true);
|
||||
Assert.IsTrue(sourceDirty.State.IsSet, 'SourceDirty should be initially set for this test scenario');
|
||||
expectedValue := 70;
|
||||
procExecuted := False;
|
||||
|
||||
Reference in New Issue
Block a user