Commit 67b4d2f
committed
style(delta): align @impl with ash_postgres.migrate.ex convention
Review pass: codebase precedent for the `run/1` annotation on a
Mix.Task with logic (not a pure delegation shim) is `@impl true`
in ash_postgres.migrate.ex. Match that in migrate_snapshots and
squash_snapshots, replacing `@impl Mix.Task` which I'd reached for
on autopilot.
Remaining convention divergence — shim-style tasks like
ash_postgres.create.ex use `@doc false` instead of `@impl`, which
is its own established pattern for a different class of task.
Neither task here fits that class.1 parent 9082e68 commit 67b4d2f
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments