salemove/freddy-hs

View on GitHub
src/Network/Freddy.hs

Summary

Maintainability
Test Coverage

Redundant bracket
Open

      if (ResultType.fromText msgType) == ResultType.Success then
Severity: Minor
Found in src/Network/Freddy.hs by hlint

Found

(ResultType.fromText msgType) == ResultType.Success

Perhaps

ResultType.fromText msgType == ResultType.Success

There are no issues that match your filters.

Category
Status