Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
xx messenger iOS
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mobile
iOS
xx messenger iOS
Merge requests
!57
Something went wrong on our end
Fixed comments on MR 50
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Fixed comments on MR 50
fix/mr-50-patch
into
development
Overview
0
Commits
1
Pipelines
0
Changes
7
Merged
Fixed comments on MR 50
Bruno Muniz
requested to merge
fix/mr-50-patch
into
development
Jul 22, 2022
Overview
0
Commits
1
Pipelines
0
Changes
7
0
0
Merge request reports
Viewing commit
36b94147
Show latest version
7 files
+
105
−
51
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
36b94147
Fixed comments on MR 50
· 36b94147
Bruno Muniz
authored
Jul 22, 2022
Sources/Integration/Session/Session.swift
+
0
−
2
View file @ 36b94147
Edit in single-file editor
Open in Web IDE
Show full file
@@ -140,8 +140,6 @@ public final class Session: SessionType {
}
}
print
(
"^^^
\(
report
.
parameters
)
"
)
guard
username
!.
isEmpty
==
false
else
{
fatalError
(
"Trying to restore an account that has no username"
)
}
Loading