mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-19 17:50:37 -07:00
chore: fix lint warnings in DiffRenderer
This commit is contained in:
@@ -128,7 +128,12 @@ describe('<Header />', () => {
|
||||
},
|
||||
background: {
|
||||
primary: '',
|
||||
diff: { added: '', removed: '' },
|
||||
diff: {
|
||||
added: '',
|
||||
addedHighlight: '',
|
||||
removed: '',
|
||||
removedHighlight: '',
|
||||
},
|
||||
},
|
||||
border: {
|
||||
default: '',
|
||||
|
||||
Reference in New Issue
Block a user