summaryrefslogtreecommitdiff
path: root/table.go
diff options
context:
space:
mode:
Diffstat (limited to 'table.go')
-rw-r--r--table.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/table.go b/table.go
index 846378d..38e6292 100644
--- a/table.go
+++ b/table.go
@@ -52,8 +52,8 @@ type Table interface {
}
type tablebase struct {
- lock sync.RWMutex
- data interface{}
+ lock sync.RWMutex
+ data interface{}
}
// NewTable creates a new Table.