From 8c3f7e5431795fc8933220e0068d705ecd652830 Mon Sep 17 00:00:00 2001
From: Caleb Gardner
Date: Tue, 25 Apr 2023 13:15:14 -0500
Subject: [PATCH] Small style change
---
internal/darkstormtech/app.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/internal/darkstormtech/app.go b/internal/darkstormtech/app.go
index a86ccf9..fb01c5f 100644
--- a/internal/darkstormtech/app.go
+++ b/internal/darkstormtech/app.go
@@ -140,7 +140,7 @@ func (d *DarkstormTech) handleResume(req *stupid.Request) bool {
out += ""
out += "
"
for _, p := range projects {
- out += "" + p.ID + "
"
+ out += "" + p.ID + "
"
out += "" + p.Repository + "
"
for _, l := range p.Language {
lang := l.Language