Skip to content

Commit

Permalink
fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvinJWendt committed Apr 27, 2022
1 parent 023b2a7 commit 7a35af3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ci/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ func main() {
}

newReadmeContent = writeBetween("examples", newReadmeContent, "\n"+readmeExamples+"\n")

})

do("Writing README", currentLevel, func(currentLevel int) {
Expand All @@ -260,7 +259,6 @@ func main() {
if err != nil {
log.Panic(err)
}

})
})
}

0 comments on commit 7a35af3

Please sign in to comment.