summaryrefslogtreecommitdiff
path: root/table.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-10-02 10:05:53 -0400
committerPietro Gagliardi <[email protected]>2014-10-02 10:05:53 -0400
commit982004d05052ef6aadd22dd5c4e7dbca85ab324a (patch)
tree517a0f5a5397e6fb886b5e4741aff4fa18ba10d8 /table.go
parent09db0bffffded1a68c562b2d6451c2a2b29ac279 (diff)
go fmt. Precursor to bug report filing.
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.