Skip to content

Commit

Permalink
Use import Bitwise
Browse files Browse the repository at this point in the history
  • Loading branch information
daskycodes committed Nov 23, 2023
1 parent 094fc4a commit ce96f4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matchers/doc.ex
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule Infer.Doc do
Document type matchers based on the [magic number](https://en.wikipedia.org/wiki/Magic_number_(programming))
"""

use Bitwise
import Bitwise

@doc """
Takes the binary file contents as arguments. Returns `true` if it's Microsoft Word Open XML Format Document (DOCX) data.
Expand Down

0 comments on commit ce96f4e

Please sign in to comment.