Apply Clang Format
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#include "spectraluser.h"
|
||||
|
||||
QColor SpectralUser::color() {
|
||||
return QColor::fromHslF(hueF(), 0.7, 0.5, 1);
|
||||
QColor SpectralUser::color()
|
||||
{
|
||||
return QColor::fromHslF(hueF(), 0.7, 0.5, 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user