Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyaglow committed Jul 2, 2018
1 parent 16cf907 commit 0729ad8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func main() {
rep, err := crtx.Analyzers.Run(context.Background(), "MaxMind_GeoIP_3_0", &cortex.Task{
Data: "1.1.1.1",
DataType: "ip",
TLP: &cortex.TLPGreen,
TLP: &cortex.TLPGreen,
}, time.Minute*5)
if err != nil {
log.Fatal(err)
Expand Down Expand Up @@ -84,7 +84,7 @@ func main() {

task := &cortex.Task{
Data: "1.1.1.1",
DataType: "ip",
DataType: "ip",
TLP: &cortex.TLPWhite,
}

Expand Down

0 comments on commit 0729ad8

Please sign in to comment.