Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
danog committed Jun 2, 2023
1 parent a8662e8 commit 783fee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ impl Config {
config.lineno = if matches.occurrences_of("nolineno") > 0 {
LineNo::NoLine
} else if matches.occurrences_of("function") > 0 {
LineNo::FirstLineNo
LineNo::First
} else {
LineNo::LastInstruction
};
Expand Down

0 comments on commit 783fee8

Please sign in to comment.