summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeremy Rimpo <jeremy.rimpo@servermonkey.com>2023-09-19 03:22:12 -0500
committerJeremy Rimpo <jeremy.rimpo@servermonkey.com>2023-09-21 17:35:08 -0500
commitf8b015220d7b743bdf6829fae610e7dfe33cf176 (patch)
tree16d0eef4cbf0a3ccf996cae40d8c2bb44000a50d /src
parent59bc9e316797346b34ebfbcfe15c96f45c370dab (diff)
Cleanup
Diffstat (limited to 'src')
-rw-r--r--src/modinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modinfo.h b/src/modinfo.h
index 0736aa20..d9e87ae0 100644
--- a/src/modinfo.h
+++ b/src/modinfo.h
@@ -887,7 +887,7 @@ public: // Nexus stuff
* @brief Set the last time the mod was updated on Nexus.
*/
virtual void setNexusLastModified(QDateTime time) = 0;
-
+
/**
* @return the assigned nexus category ID
*/