mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-30 03:23:08 +03:00
fix another issue with indentation
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
package utils
|
||||
|
||||
import "testing"
|
||||
import (
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestDecolorise(t *testing.T) {
|
||||
var tests = []struct {
|
||||
|
Reference in New Issue
Block a user