Skip to content

Commit

Permalink
Placate the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
JLimperg committed Oct 19, 2020
1 parent 6e595ec commit f0f9895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tactic/dependencies.lean
Expand Up @@ -5,8 +5,6 @@ Authors: Jannis Limperg
-/
import tactic.core

open native

/-!
# Tactics About Dependencies
Expand Down Expand Up @@ -56,6 +54,8 @@ These are the hypotheses that syntactically appear in the hypothesis's type (or
value, if the hypothesis is a local definition).
-/

open native

namespace tactic

private meta def local_set_to_name_set (lcs : expr_set) : name_set :=
Expand Down

0 comments on commit f0f9895

Please sign in to comment.