ci: formatting

This commit is contained in:
Barrett Ruth 2026-03-04 17:32:55 -05:00
parent 13c0ea1e92
commit e5d9b4b7bd
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
9 changed files with 44 additions and 18 deletions

View file

@ -1,6 +1,6 @@
require('spec.helpers')
local parser = require('diffs.parser')
local highlight = require('diffs.highlight')
local parser = require('diffs.parser')
local function create_buffer(lines)
local bufnr = vim.api.nvim_create_buf(false, true)
@ -34,7 +34,6 @@ local function highlight_opts()
end
describe('parser email-quoted diffs', function()
it('parses a fully email-quoted unified diff', function()
local bufnr = create_buffer({
'> diff --git a/foo.py b/foo.py',