summaryrefslogtreecommitdiffstats
path: root/tests/snapshots
diff options
context:
space:
mode:
authorEzinwa Okpoechi <brainmaestro@outlook.com>2018-05-12 16:48:45 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2018-05-12 18:07:30 +0200
commit0886a24685dbab13bfcf186d9c5d0891d8100344 (patch)
tree72aaa601dcb290a161454c421732f6091dcd99c3 /tests/snapshots
parent53eb9c57d6b75f9edc8c1d4178abc6ca7a312f14 (diff)
Add snapshot testing
Diffstat (limited to 'tests/snapshots')
-rw-r--r--tests/snapshots/sample.modified.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/snapshots/sample.modified.rs b/tests/snapshots/sample.modified.rs
index f1a030ce..d66799f0 100644
--- a/tests/snapshots/sample.modified.rs
+++ b/tests/snapshots/sample.modified.rs
@@ -18,4 +18,4 @@ fn area(rectangle: &Rectangle) -> u32 {
fn perimeter(rectangle: &Rectangle) -> u32 {
(rectangle.width + rectangle.height) * 2
-} \ No newline at end of file
+}