瀏覽代碼

测试提交空格

guoxin 8 年之前
父節點
當前提交
1da6b01682
共有 1 個文件被更改,包括 2 次插入1 次删除
  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();
     }
     }