Remove unnecessary blank line in driver.go for improved code readability

This commit is contained in:
Max 2025-11-18 11:50:26 +08:00
parent 652035311d
commit c02fbcb63e

View file

@ -144,4 +144,3 @@ func (d *Driver) Close() error {
// TODO: Implement cleanup if needed
return nil
}