Skip to content
This repository was archived by the owner on Aug 2, 2021. It is now read-only.

Commit 2867244

Browse files
committed
formatting
1 parent 527e049 commit 2867244

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ip_utils/ip_geo.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env ruby
22
#CLI program to find IP geolocation
33

4-
require 'json'
54
require 'rest-client'
5+
require 'json'
66

77
def ip_location
88
puts ''

ip_utils/ip_location.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env ruby
22
# Returns geolocation data for current IP
33

4-
require 'Rest-Client'
4+
require 'rest-client'
55
require 'json'
66

77
def ip_current_geo

0 commit comments

Comments
 (0)