Browse Source

测试提交空格

guoxin 8 years ago
parent
commit
1da6b01682
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/src/main/java/com/sheep/jiuyan/samllsheep/SheepApp.java

+ 2 - 1
app/src/main/java/com/sheep/jiuyan/samllsheep/SheepApp.java

@@ -37,8 +37,9 @@ public class SheepApp extends BaseApplication {
     private NetComponent netComponent;
     private NetComponent netComponent;
 
 
     public static SheepApp get(Context context) {
     public static SheepApp get(Context context) {
-        return (SheepApp) context.getApplicationContext();
 
 
+
+        return (SheepApp) context.getApplicationContext();
     }
     }