formatted code

This commit is contained in:
Guo Huang 2016-04-09 21:43:46 -07:00
parent 33491a7a8f
commit b16439e17b

View File

@ -2,8 +2,9 @@ package main
import ( import (
"testing" "testing"
"github.com/stretchr/testify/assert"
sw "./swagger" sw "./swagger"
"github.com/stretchr/testify/assert"
) )
func TestAddPet(t *testing.T) { func TestAddPet(t *testing.T) {