mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-14 22:02:59 -07:00
style: run prettier to fix formatting in useHistoryManager.ts
This commit is contained in:
@@ -70,7 +70,6 @@ export function useHistory({
|
||||
const id = getNextMessageId(baseTimestamp);
|
||||
const newItem: HistoryItem = { ...itemData, id };
|
||||
|
||||
|
||||
setHistory((prevHistory) => {
|
||||
if (prevHistory.length > 0) {
|
||||
const lastItem = prevHistory[prevHistory.length - 1];
|
||||
|
||||
Reference in New Issue
Block a user