summaryrefslogtreecommitdiffstats
path: root/src/paint.rs
diff options
context:
space:
mode:
authorMarcelo Lima <marcelowind@gmail.com>2019-11-17 16:15:55 +0100
committerMarcelo Lima <marcelowind@gmail.com>2019-11-17 16:15:55 +0100
commitee8aee1a5865e4f8670eb1e5d65d23e6265174d7 (patch)
tree8808f6971eb647052c08fb1461e8f2c38802b566 /src/paint.rs
parent0052bd7b170188ec30fd1beb5ed89b51c8efbd70 (diff)
Allow ignoring `git diff` virtual path
Diffstat (limited to 'src/paint.rs')
-rw-r--r--src/paint.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/paint.rs b/src/paint.rs
index d291417a..11dc8bc5 100644
--- a/src/paint.rs
+++ b/src/paint.rs
@@ -354,5 +354,4 @@ mod superimpose_style_sections {
assert_eq!(superimpose(pairs), vec![(SUPERIMPOSED_STYLE, 'a')]);
}
}
-
}