Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
gluebuddy
Commits
1bead0fe
Verified
Commit
1bead0fe
authored
Dec 02, 2021
by
Levente Polyak
🚀
Browse files
diff: print the actual plan before printing the change summary
parent
8a105288
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/gitlab/types.rs
View file @
1bead0fe
...
...
@@ -31,8 +31,8 @@ impl Display for PlanSummary {
}
write!
(
f
,
"Plan: {} to add, {} to change, {} to destroy."
,
self
.add
,
self
.change
,
self
.destroy
"
{} has changed!
\n
Plan: {} to add, {} to change, {} to destroy."
,
self
.name
,
self
.add
,
self
.change
,
self
.destroy
)
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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