summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2020-06-17 12:24:52 (GMT)
committerChristian Pointner <equinox@helsinki.at>2020-06-17 12:24:52 (GMT)
commitb9b5b42ff769390c88cc0451f9adff9b528cae19 (patch)
treeac7ef39aeb57a34fc754533a9134dab6f07fa392 /test
parent799a393c79a9236abfb8ac1c079fc08cb6dcc69a (diff)
whitespace fix
Diffstat (limited to 'test')
-rwxr-xr-xtest/rss-inspect2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rss-inspect b/test/rss-inspect
index 5636822..eafd6e0 100755
--- a/test/rss-inspect
+++ b/test/rss-inspect
@@ -72,7 +72,7 @@ for my $entry ($feed->entries) {
print $sum_title . ":\n";
print " Issued: " . $entry->issued . "\n";
- print " guid: " . $guid. "\n";
+ print " guid: " . $guid . "\n";
print " Files:\n";
my $j = 0;