diff options
| author | franck cuny <franck@lumberjaph.net> | 2010-11-05 11:13:25 +0100 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2010-11-05 11:13:25 +0100 |
| commit | 6b25cd79ccd0387814e4dc23cf06ff76a2ba13ea (patch) | |
| tree | 51143ede090ca4975c8cb859e17a431da3f83d98 /t/07-attributes.t | |
| parent | tidy + load position (diff) | |
| download | graph-gexf-6b25cd79ccd0387814e4dc23cf06ff76a2ba13ea.tar.gz | |
tidy
Diffstat (limited to '')
| -rw-r--r-- | t/07-attributes.t | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
