Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jocelyn Falempe
rust-gitlab
Commits
469100fa
Commit
469100fa
authored
Dec 18, 2016
by
Ben Boeckel
Browse files
types: add missing trailing comma
parent
e81b2826
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/types.rs.in
View file @
469100fa
...
...
@@ -1541,7 +1541,7 @@ pub struct Runner {
pub description: Option<String>,
pub active: bool,
pub is_shared: bool,
pub name: Option<String>
pub name: Option<String>
,
}
//class RunnerDetails < Runner
...
...
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