Skip to content

Commit

Permalink
fix: Add missing closing brace for async block in FreenetApiSynchronizer
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 25, 2024
1 parent d9ed2fd commit 50aba91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/app/freenet_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ impl FreenetApiSynchronizer {
}
}
}
}
});

Self {
Expand Down

0 comments on commit 50aba91

Please sign in to comment.