chore: coding style changes

This commit is contained in:
nuno maduro
2026-08-07 14:52:56 +01:00
parent eb88513baf
commit 42d9b777bf
221 changed files with 139 additions and 3086 deletions
+2 -2
View File
@@ -26,12 +26,12 @@ trait Gettable
}
}
get('foo'); // not incomplete because closure is created...
get('foo');
get('foo')->get('bar')->expect(true)->toBeTrue();
get('foo')->expect(true)->toBeTrue();
describe('a "describe" group of tests', function (): void {
get('foo'); // not incomplete because closure is created...
get('foo');
get('foo')->get('bar')->expect(true)->toBeTrue();
get('foo')->expect(true)->toBeTrue();
});