diff --git a/examples/feature.pl b/examples/feature.pl index 275ce41..d43c2d5 100644 --- a/examples/feature.pl +++ b/examples/feature.pl @@ -16,4 +16,4 @@ $gb->set_attributes({ id => 1}); print "bool attribute: ", ($gb->is_on('bool-attribute')),"\n"; $gb->set_attributes({ id => 123}); -print "bool attribute: ", ($gb->is_on('bool-attribute')),"\n"; \ No newline at end of file +print "bool attribute: ", ($gb->is_on('bool-attribute')),"\n";