summaryrefslogtreecommitdiff
path: root/xmpp/element_buffer_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'xmpp/element_buffer_test.go')
-rw-r--r--xmpp/element_buffer_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmpp/element_buffer_test.go b/xmpp/element_buffer_test.go
index 113a2c4..af3d5c2 100644
--- a/xmpp/element_buffer_test.go
+++ b/xmpp/element_buffer_test.go
@@ -11,8 +11,8 @@ import (
// which has to be exactly one XML element and an array of indentation levels
// which have to be checked after each token which is parsed.
type bufTest struct {
- xml string
- levels []int
+ xml string
+ levels []int
}
func TestElementBuffer(t *testing.T) {