Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
margual56 committed Aug 28, 2023
1 parent 8047d3f commit 6c9c55a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

stable-build:
runs-on: ubuntu-latest

needs: fmt
steps:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get --assume-yes install libfontconfig1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev librust-atk-dev libwebkit2gtk-4.0-dev libsoup2.4-dev
Expand Down Expand Up @@ -105,6 +105,7 @@ jobs:

nightly-build:
runs-on: ubuntu-latest
needs: fmt
steps:
- name: Install dependencies
run: sudo apt-get update && sudo apt-get --assume-yes install libfontconfig1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev librust-atk-dev libwebkit2gtk-4.0-dev libsoup2.4-dev
Expand Down
1 change: 0 additions & 1 deletion src/windows/new_income.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ impl NewIncomeWindow {
ui.vertical(|ui| {
ui.label(t!("window.common.recurrence", lang));


egui::ComboBox::from_label(t!("window.common.pick", lang))
.selected_text(self.tmp_subscription.recurrence.to_lang_str(lang))
.show_ui(ui, |ui| {
Expand Down

0 comments on commit 6c9c55a

Please sign in to comment.