Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Apr 30, 2021
1 parent 1cda986 commit fafafe1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chain/actors/agen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ package main
import (
"bytes"
"fmt"
"golang.org/x/xerrors"
"io/ioutil"
"os"
"path/filepath"
"text/template"

"golang.org/x/xerrors"
)

var latestVersion = 4
Expand Down

0 comments on commit fafafe1

Please sign in to comment.