stretchr / testify

A toolkit with common assertions and mocks that plays nicely with the standard library
MIT License
23.55k stars 1.6k forks source link

chore: remove redundant empty lines #1672

Closed alexandear closed 1 week ago

alexandear commented 3 weeks ago

Summary

The PR removes empty lines that don't add to readability.

Changes

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.