From 6b25cd79ccd0387814e4dc23cf06ff76a2ba13ea Mon Sep 17 00:00:00 2001 From: franck cuny Date: Fri, 5 Nov 2010 11:13:25 +0100 Subject: tidy --- t/07-attributes.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/07-attributes.t') diff --git a/t/07-attributes.t b/t/07-attributes.t index c4d13dd..effb6da 100644 --- a/t/07-attributes.t +++ b/t/07-attributes.t @@ -5,7 +5,7 @@ use Test::More; use Graph::GEXF; my $graph = Graph::GEXF->new(); -ok $graph->add_node_attribute('foo','bar','baz'); +ok $graph->add_node_attribute('foo', 'bar', 'baz'); ok $graph->add_edge_attribute('baz', 'bar', 'foo'); print $graph->to_xml; -- cgit v1.2.3