The PR removes empty lines that don't add to readability.
Changes
Remove empty lines at the start/end of blocks.
Add empty lines between some function declarations in the suite/suite_test.go.
Motivation
Improving code readability and maintaining a consistent code style. Removing unnecessary empty lines helps to keep the codebase clean and concise, making it easier for developers to navigate and understand the code.
Summary
The PR removes empty lines that don't add to readability.
Changes
suite/suite_test.go
.Motivation
Improving code readability and maintaining a consistent code style. Removing unnecessary empty lines helps to keep the codebase clean and concise, making it easier for developers to navigate and understand the code.