mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-07-07 21:49:24 -04:00
fix: Found and fix review mistakes
This commit is contained in:
@@ -51,8 +51,8 @@ QString formatProject(const ProjectEnv &env)
|
||||
|
||||
QString formatFile(const FileEnv &env)
|
||||
{
|
||||
const QString language
|
||||
= LanguageServerProtocol::TextDocumentItem::mimeTypeToLanguageId(env.mimeType);
|
||||
const QString language = LanguageServerProtocol::TextDocumentItem::mimeTypeToLanguageId(
|
||||
env.mimeType);
|
||||
|
||||
QString out = QStringLiteral("File information:");
|
||||
if (!language.isEmpty())
|
||||
|
||||
Reference in New Issue
Block a user