Skip to content

Commit

Permalink
Revert accidental autoformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Grafcube committed Jun 19, 2024
1 parent 58bdf2a commit 8af52fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixd/lib/Controller/Hover.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ class NixpkgsHoverProvider {
}

if (Package.Description) {
OS << "## Description" << "\n\n";
OS << "## Description"
<< "\n\n";
OS << *Package.Description;
OS << "\n\n";

Expand Down

0 comments on commit 8af52fd

Please sign in to comment.