Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Leonidas Spyropoulos
gluebuddy
Commits
90c4e768
Verified
Commit
90c4e768
authored
Dec 02, 2021
by
Levente Polyak
🚀
Browse files
cargo: apply fmt
parent
4b0cf2a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/gitlab/gitlab.rs
View file @
90c4e768
...
...
@@ -148,7 +148,13 @@ impl GitLabGlue {
}
Some
(
user
)
=>
{
if
self
.enforce_group_role
(
action
,
user
,
member
,
group
,
DEFAULT_ARCH_LINUX_GROUP_ACCESS_LEVEL
)
.enforce_group_role
(
action
,
user
,
member
,
group
,
DEFAULT_ARCH_LINUX_GROUP_ACCESS_LEVEL
,
)
.await
?
{
summary
.change
+=
1
;
...
...
@@ -200,7 +206,13 @@ impl GitLabGlue {
}
Some
(
user
)
=>
{
if
self
.enforce_group_role
(
action
,
user
,
member
,
group
,
DEFAULT_STAFF_GROUP_ACCESS_LEVEL
)
.enforce_group_role
(
action
,
user
,
member
,
group
,
DEFAULT_STAFF_GROUP_ACCESS_LEVEL
,
)
.await
?
{
summary
.change
+=
1
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment