Formatting

This commit is contained in:
Thorsten Sommer 2025-01-05 16:27:10 +01:00
parent c62bcb11f4
commit f00fd51a91
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -21,7 +21,7 @@ public enum DataSourceType
LOCAL_DIRECTORY,
/// <summary>
/// External data source accessed via an ERI server, cf. https://github.com/MindWorkAI/ERI.
/// External data source accessed via an ERI server, cf. https://github.com/MindWorkAI/ERI.
/// </summary>
ERI,
}