Skip to content

Commit 0c016b6

Browse files
committed
Nitpick order
1 parent 3c72e18 commit 0c016b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: crates/notedeck_columns/src/decks.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,10 @@ impl Deck {
284284

285285
pub fn new_with_notifications(icon: char, name: String, pubkey: Pubkey) -> Self {
286286
let mut columns = Columns::default();
287+
columns.new_column_picker();
287288
columns.add_column(Column::new(vec![Route::Timeline(
288289
TimelineKind::Notifications(pubkey),
289290
)]));
290-
columns.new_column_picker();
291291
Self {
292292
icon,
293293
name,

0 commit comments

Comments
 (0)