summaryrefslogtreecommitdiff
path: root/runner/base.go
diff options
context:
space:
mode:
authorewy <ewy0@protonmail.com>2026-04-14 19:04:41 +0200
committerewy <ewy0@protonmail.com>2026-04-14 19:04:41 +0200
commit466758ce0a6de964f6ed8228d78fb7e9a4ff9a67 (patch)
tree8e522bcfdd08c07402fea89033adb84f85bd4665 /runner/base.go
parent370f13b58e9cb74eeab3461afb779cf4d013c94b (diff)
add descriptions
Diffstat (limited to 'runner/base.go')
-rw-r--r--runner/base.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/runner/base.go b/runner/base.go
index 7a6ce81..28ea4d5 100644
--- a/runner/base.go
+++ b/runner/base.go
@@ -70,7 +70,7 @@ func (b BaseHydration[T]) Icon() string {
}
func (b BaseHydration[T]) Description() string {
- return "//TODO"
+ return ""
}
func (b BaseHydration[T]) Target() model.Target {