mirror of
https://github.com/tiennm99/styleguide.git
synced 2026-08-05 12:23:52 +00:00
Fix wrong number of braces.
Thanks to wdscxsj@gmail.com for pointing this out.
This commit is contained in:
+1
-1
@@ -994,7 +994,7 @@
|
||||
|
||||
if (searchableCollection(allYourStuff).contains(theStuffYouWant) &&
|
||||
!ambientNotification.isActive() && (client.isAmbientSupported() ||
|
||||
client.alwaysTryAmbientAnyways()) {
|
||||
client.alwaysTryAmbientAnyways())) {
|
||||
ambientNotification.activate();
|
||||
}
|
||||
</CODE_SNIPPET>
|
||||
|
||||
Reference in New Issue
Block a user