Skip to content

Commit 75647b3

Browse files
committed
fix: clang format
1 parent 97988f0 commit 75647b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/misc/simulation/settings/simulatorsettings.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,9 @@ namespace swift::misc::simulation::settings
145145
void setPropertyDistributorFiltered(bool value);
146146

147147
//! Distributor preferences
148-
//const QStringList getDistributorPreferences() const;
148+
// const QStringList getDistributorPreferences() const;
149149
const QStringList &getDistributorPreferences() const;
150+
150151
private:
151152
QString m_simulatorDirectory; //!< Simulator directory
152153
QStringList m_modelDirectories; //!< Model directory

0 commit comments

Comments
 (0)