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 06ee03e commit 3a49741
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Rust](https://github.com/margual56/nix-bucks/actions/workflows/rust.yml/badge.svg)](https://github.com/margual56/nix-bucks/actions/workflows/rust.yml)

# NixBucks
A simple budgeting app

Expand Down
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ mod utils;
mod windows;

pub use app::App;
pub use utils::{times_until, FixedExpense, Recurrence, SimpleRecurrence, Subscription, TmpSubscription};
pub use utils::{
times_until, FixedExpense, Recurrence, SimpleRecurrence, Subscription, TmpSubscription,
};
pub use windows::{
NewExpenseWindow, NewIncomeWindow, NewPunctualIncomeWindow, NewSubscriptionWindow,
};

0 comments on commit 3a49741

Please sign in to comment.