Skip to content

Commit

Permalink
Be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Sep 11, 2018
1 parent fa45543 commit 6f82ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/reprex-undo.R
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ reprex_undo <- function(input = NULL,
}

if (is_md) {
if (identical(venue, "gh")) { ## reprex_invert
if (venue == "gh") { ## reprex_invert
line_info <- classify_lines_bt(src, comment = comment)
} else {
line_info <- classify_lines(src, comment = comment)
Expand Down

0 comments on commit 6f82ada

Please sign in to comment.