Skip to content

Commit 40a32d3

Browse files
committed
style: remove unnecessary blank line
- Deleted an unnecessary blank line in the test file to improve code readability - This change maintains the existing functionality without introducing any new logic or modifications
1 parent f169d38 commit 40a32d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/src/ht_data_inmemory_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ void main() {
6363
});
6464

6565
test('should throw BadRequestException if item with ID already exists',
66-
6766
() async {
6867
await client.create(item1); // Create first time
6968
// Attempt to create again with the same ID

0 commit comments

Comments
 (0)