Skip to content

Commit

Permalink
Fix new line
Browse files Browse the repository at this point in the history
  • Loading branch information
lostystyg committed Sep 8, 2022
1 parent 314c1a8 commit b6b9f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pocketdb/models/shortform/ShortAccount.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ const std::optional<std::string>& PocketDb::ShortAccount::GetLang() const
void PocketDb::ShortAccount::SetLang(const std::optional<std::string>& lang)
{
m_lang = lang;
}
}

0 comments on commit b6b9f45

Please sign in to comment.