From 09c47c32bda4c4f1c891b8f74cbc3388cbed6227 Mon Sep 17 00:00:00 2001 From: Mzack9999 Date: Sun, 7 Dec 2025 12:59:36 +0400 Subject: [PATCH] spacing --- DESIGN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESIGN.md b/DESIGN.md index 0154fc2c7..b1d713401 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -145,7 +145,7 @@ type Exporter interface { } ``` -Exporters include `Elasticsearch`, `markdown`, `sarif` . Trackers include `GitHub`,`GitLab` and `Jira`. +Exporters include `Elasticsearch`, `markdown`, `sarif` . Trackers include `GitHub`, `GitLab` and `Jira`. Each exporter and trackers implement their own configuration in YAML format and are very modular in nature, so adding new ones is easy.