Skip to content

Commit

Permalink
style: run bin/format
Browse files Browse the repository at this point in the history
  • Loading branch information
wincent committed Aug 17, 2024
1 parent 3b548b2 commit 5f8a37f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/wincent/commandt/private/test/merge.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ describe('merge()', function()
table_like = {
height = 30,
depth = 50,
}
},
})

expect(merged).to_equal({
Expand All @@ -74,7 +74,7 @@ describe('merge()', function()
width = 10,
height = 30,
depth = 50,
}
},
})

-- Values of differing types get overwritten.
Expand Down

0 comments on commit 5f8a37f

Please sign in to comment.