Skip to content

Commit 10402c3

Browse files
committed
Fix formatting
1 parent 19bd399 commit 10402c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/parse_callbacks/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ pub fn lookup(cb: &str) -> Box<dyn ParseCallbacks> {
6767
.split("remove-function-prefix-")
6868
.last()
6969
.to_owned();
70-
let lnopc = RemoveFunctionPrefixParseCallback::new(prefix.unwrap());
70+
let lnopc =
71+
RemoveFunctionPrefixParseCallback::new(prefix.unwrap());
7172
Box::new(lnopc)
7273
} else {
7374
panic!("Couldn't find name ParseCallbacks: {}", cb)

0 commit comments

Comments
 (0)