File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2162,11 +2162,11 @@ fn main() {
2162
2162
2163
2163
let matches = match opts.parse(&args[1..]) {
2164
2164
Ok(m) => { m }
2165
- Err(e) => { panic!(e.to_string()) }
2165
+ Err(e) => { panic!(e.to_string()) }
2166
2166
};
2167
2167
if matches.opt_present("h") {
2168
2168
print_usage(&program, opts);
2169
- return;
2169
+ return;
2170
2170
}
2171
2171
let data_path = args[1].clone();
2172
2172
let city = args[2].clone();
Original file line number Diff line number Diff line change @@ -2162,11 +2162,11 @@ fn main() {
2162
2162
2163
2163
let matches = match opts.parse(&args[1..]) {
2164
2164
Ok(m) => { m }
2165
- Err(e) => { panic!(e.to_string()) }
2165
+ Err(e) => { panic!(e.to_string()) }
2166
2166
};
2167
2167
if matches.opt_present("h") {
2168
2168
print_usage(&program, opts);
2169
- return;
2169
+ return;
2170
2170
}
2171
2171
let data_path = args[1].clone();
2172
2172
let city = args[2].clone();
You can’t perform that action at this time.
0 commit comments