Skip to content

Commit 2b43946

Browse files
committed
.DS_Store file added to .gitignore file
1 parent d5f2c31 commit 2b43946

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
*.xcworkspace/xcuserdata/
44
DerivedData/
55
build/
6+
.DS_Store

MobileAcebook/Services/AuthenticationService.swift

+4
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ class AuthenticationService: AuthenticationServiceProtocol {
3636
task.resume()
3737
return true
3838
}
39+
40+
41+
42+
3943

4044
}
4145

0 commit comments

Comments
 (0)