Skip to content

Commit

Permalink
Added missing line
Browse files Browse the repository at this point in the history
  • Loading branch information
maneesht committed Sep 6, 2024
1 parent abb4354 commit d22ea34
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
// BSD-style license that can be found in the LICENSE file.

part of firebase_core;

String getMappedHost(String originalHost) {
String mappedHost = originalHost;

Expand All @@ -14,4 +15,4 @@ String getMappedHost(String originalHost) {
}
}
return mappedHost;
}
}

0 comments on commit d22ea34

Please sign in to comment.