Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix formatting #55

Merged
merged 1 commit into from
Jan 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion demos/Dialogs/main.blp
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,3 @@ Adw.StatusPage {
}
}
}

1 change: 0 additions & 1 deletion demos/Drag and Drop/main.blp
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,3 @@ Adw.StatusPage {
}
}
}

1 change: 0 additions & 1 deletion demos/Drag and Drop/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,3 @@ drop_target.connect("drop", (_drop, value, _x, y) => {
// If everything is successful, return true to accept the drop
return true;
});

1 change: 0 additions & 1 deletion demos/HTTP Server/main.blp
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ Adw.StatusPage {
}
}
}

1 change: 0 additions & 1 deletion demos/HTTP Server/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,3 @@ function stopServer() {
linkbutton.uri = "";
button_server.label = "Start Server";
}

1 change: 0 additions & 1 deletion demos/Preferences Window/main.blp
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,3 @@ Adw.NavigationPage subpage {
}
}
}

1 change: 0 additions & 1 deletion demos/Preferences Window/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,3 @@ toast_button.connect("clicked", () => {

pref_window.add_toast(toast);
});

1 change: 0 additions & 1 deletion demos/View Switcher/main.blp
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,3 @@ Adw.Window {
}
};
}