Skip to content

Commit

Permalink
fmt: fix precommit errors (#439)
Browse files Browse the repository at this point in the history
Description: fixing some formatting issues from #431
Risk Level: low

Signed-off-by: Jose Nino <jnino@lyft.com>
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
junr03 authored and jpsim committed Nov 28, 2022
1 parent 2e0ac3e commit e44ab51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mobile/EnvoyMobile.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Pod::Spec.new do |s|
Pod::Spec.new do |s|
s.name = 'EnvoyMobile'
s.version = '0.1.1'
s.author = 'Lyft, Inc.'
Expand All @@ -10,4 +10,4 @@ Pod::Spec.new do |s|
s.platform = :ios
s.source = { :http => "https://github.com/lyft/envoy-mobile/releases/download/v#{s.version}/envoy-ios-mac-v#{s.version}.zip" }
s.ios.vendored_frameworks = 'Envoy.framework'
end
end
1 change: 0 additions & 1 deletion mobile/docs/root/start/building/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,3 @@ CocoaPods
If you use CocoaPods, you can add the following to your Podfile to use the latest version of the prebuilt framework.

``pod 'EnvoyMobile'``

0 comments on commit e44ab51

Please sign in to comment.