mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Fix braces; make lint
This commit is contained in:
parent
d2e193ff78
commit
4e4a9c6e0c
1 changed files with 2 additions and 1 deletions
|
@ -59,9 +59,10 @@ getJdenticonInterface()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else
|
} else {
|
||||||
nhlog::ui()->info("jdenticon plugin not found.");
|
nhlog::ui()->info("jdenticon plugin not found.");
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return interface;
|
return interface;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue