Refactor code formatting for improved readability
- Reformatted import statements and object properties across multiple files to enhance code clarity and maintainability. - Ensured consistent indentation and line breaks in test specifications and service implementations, improving overall code structure.
This commit is contained in:
@@ -118,9 +118,9 @@ describe('Company settings (e2e)', () => {
|
||||
})
|
||||
.expect(200);
|
||||
|
||||
expect((updated.body as { gpsIntervalSeconds: number }).gpsIntervalSeconds).toBe(
|
||||
15,
|
||||
);
|
||||
expect(
|
||||
(updated.body as { gpsIntervalSeconds: number }).gpsIntervalSeconds,
|
||||
).toBe(15);
|
||||
expect(
|
||||
(updated.body as { checkoutWarningRadiusMeters: number })
|
||||
.checkoutWarningRadiusMeters,
|
||||
|
||||
Reference in New Issue
Block a user