test: reorder the import items in linearizability/model/model.go

Signed-off-by: Benjamin Wang <wachao@vmware.com>
dependabot/go_modules/go.uber.org/atomic-1.10.0
Benjamin Wang 2023-01-29 05:40:38 +08:00
parent 070d56b6cd
commit 3d3cb460a0
1 changed files with 2 additions and 1 deletions

View File

@ -17,10 +17,11 @@ package model
import (
"encoding/json"
"fmt"
"github.com/anishathalye/porcupine"
"hash/fnv"
"reflect"
"strings"
"github.com/anishathalye/porcupine"
)
type OperationType string