style(format): reformat code with consistent line breaks and spacing
This commit is contained in:
+5
-7
@@ -203,13 +203,11 @@ pub fn get_feature_oid(gb: &GitBare) -> String {
|
||||
#[allow(dead_code)]
|
||||
pub fn oid_selector(hex: &str) -> Option<gitks::pb::ObjectSelector> {
|
||||
Some(gitks::pb::ObjectSelector {
|
||||
selector: Some(gitks::pb::object_selector::Selector::Oid(
|
||||
gitks::pb::Oid {
|
||||
hex: hex.to_string(),
|
||||
value: vec![],
|
||||
format: 0,
|
||||
},
|
||||
)),
|
||||
selector: Some(gitks::pb::object_selector::Selector::Oid(gitks::pb::Oid {
|
||||
hex: hex.to_string(),
|
||||
value: vec![],
|
||||
format: 0,
|
||||
})),
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user