Formatting.

This commit is contained in:
Michael Grant
2026-03-26 08:46:28 +00:00
parent c10a597bf0
commit 999c7246c3

View File

@@ -165,7 +165,7 @@ cmd_minimise_pane_minimise(struct window *w, struct window_pane *wp)
notify_window("window-layout-changed", w); notify_window("window-layout-changed", w);
server_redraw_window(w); server_redraw_window(w);
return (CMD_RETURN_NORMAL); return (CMD_RETURN_NORMAL);
} }