forgejo-hooks: cargo fmt
Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
parent
db88921290
commit
38b366204b
1 changed files with 132 additions and 133 deletions
|
@ -1,4 +1,3 @@
|
|||
|
||||
use serde::Deserialize;
|
||||
|
||||
#[derive(Deserialize, Debug)]
|
||||
|
@ -39,7 +38,7 @@ pub struct Perms {
|
|||
pub struct InternalTracker {
|
||||
enable_time_tracker: bool,
|
||||
allow_only_contributors_to_track_time: bool,
|
||||
enable_issue_dependencies: bool
|
||||
enable_issue_dependencies: bool,
|
||||
}
|
||||
|
||||
#[derive(Deserialize, Debug)]
|
||||
|
|
Loading…
Reference in a new issue