[LIB-10] Сorrect some site data
[snooker-score-api.git] / src / main / java / org / hedgecode / snooker / cache / CacheSnookerScore.java
index ccce491..5aaedc7 100644 (file)
@@ -65,7 +65,7 @@ public class CacheSnookerScore extends JsonSnookerScore implements SnookerScoreA
 
     public static CacheSnookerScore getInstance() {
         if (_instance == null)
-            _instance= new CacheSnookerScore();
+            _instance = new CacheSnookerScore();
         return _instance;
     }