From a079474001cae43352504c6cad5d2c31fcdb3f6a Mon Sep 17 00:00:00 2001
From: panlei <2799247126@qq.com>
Date: 星期四, 07 十一月 2019 20:05:34 +0800
Subject: [PATCH] fix bug

---
 structure/gragh.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/structure/gragh.go b/structure/gragh.go
index ba583d9..f8bfd92 100644
--- a/structure/gragh.go
+++ b/structure/gragh.go
@@ -18,4 +18,4 @@
 type Pointfloat struct {
 	X float64 `json:"x"`
 	Y float64 `json:"y"`
-}
+}
\ No newline at end of file

--
Gitblit v1.8.0