mirror of
https://github.com/bitechdev/ResolveSpec.git
synced 2026-01-19 17:24:24 +00:00
Fix formatting issues with gofmt
- Removed trailing whitespace - Fixed tab/space alignment in struct definitions - All tests still passing Co-authored-by: warkanum <208308+warkanum@users.noreply.github.com>
This commit is contained in:
@@ -14,9 +14,9 @@ func TestNormalizeResultArray_EmptyArrayWhenNoID(t *testing.T) {
|
|||||||
handler := &Handler{}
|
handler := &Handler{}
|
||||||
|
|
||||||
tests := []struct {
|
tests := []struct {
|
||||||
name string
|
name string
|
||||||
input interface{}
|
input interface{}
|
||||||
shouldBeEmptyArr bool
|
shouldBeEmptyArr bool
|
||||||
}{
|
}{
|
||||||
{
|
{
|
||||||
name: "nil should return empty array",
|
name: "nil should return empty array",
|
||||||
|
|||||||
Reference in New Issue
Block a user