mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Fix indentation in contenttest.
This commit is contained in:
parent
3cd9f4e428
commit
0ffa02eec8
1 changed files with 2 additions and 2 deletions
|
@ -48,8 +48,8 @@ fn parse_config(args: Vec<String>) -> Config {
|
|||
let args = args.tail();
|
||||
let opts = vec!(reqopt("s", "source-dir", "source-dir", "source-dir"));
|
||||
let matches = match getopts(args, &opts) {
|
||||
Ok(m) => m,
|
||||
Err(f) => panic!(f.to_string())
|
||||
Ok(m) => m,
|
||||
Err(f) => panic!(f.to_string())
|
||||
};
|
||||
|
||||
Config {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue