From 3d68b7e51d8d000e9cb810669bfbb124dbbec20b Mon Sep 17 00:00:00 2001 From: Will Charczuk Date: Thu, 7 Jul 2016 21:17:18 -0700 Subject: [PATCH] build bust. --- chart.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chart.go b/chart.go index 050e23b..3297026 100644 --- a/chart.go +++ b/chart.go @@ -37,7 +37,7 @@ func (c Chart) GetFont() (*truetype.Font, error) { } c.Font = f } - return c.Font + return c.Font, nil } // Render renders the chart with the given renderer to the given io.Writer.