Skip to content

Commit

Permalink
fix minor lint issue (#68)
Browse files Browse the repository at this point in the history
Summary:
**What:**

Lint

**Why:**

Red

**How:**
vim

**Risks:**

none

**Checklist**:

- [ ] Added tests, if you've added code that should be tested
- [ ] Updated the documentation, if you've changed APIs
- [x] Ensured the test suite passes
- [x] Made sure your code lints
- [x] Completed the Contributor License Agreement ("CLA")

Pull Request resolved: #68

Reviewed By: deathowl, pmazzini

Differential Revision: D57055675

Pulled By: abulimov

fbshipit-source-id: 6bbfc5a5028a1233bc18505082d343d679342543
  • Loading branch information
abulimov authored and facebook-github-bot committed May 7, 2024
1 parent 2a58d28 commit fca655d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dnsrocks/db/answer_test.go
Expand Up @@ -362,7 +362,6 @@ func TestDBFindSOA(t *testing.T) {
tc.expectedLength, len(a.Ns))
})
}

})
}
}

0 comments on commit fca655d

Please sign in to comment.