Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Gagis committed Nov 15, 2023
1 parent e873784 commit c857850
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
{
"label": "format",
"type": "shell",
"command": "make apply-format",
"command": "make format",
"problemMatcher": [],
"group": "build"
}
Expand Down
4 changes: 3 additions & 1 deletion src/morda/widgets/group/window.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ namespace morda {
* @param title - text of the window title.
* @param look - style settings.
*/
class window : virtual public widget, private container
class window :
virtual public widget, //
private container
{
morda::vector2 empty_min_dim; // minimal dimension of empty window

Expand Down

0 comments on commit c857850

Please sign in to comment.