Skip to content

Commit

Permalink
Fixed formatting inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrouse committed Jan 7, 2012
1 parent 59676d6 commit 2983245
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions lib/monitis-SDK/monitors/visitor_trackers.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
class TransactionMonitor
class TransactionMonitor < Base

def getVisitorTrackers
get("visitorTrackingTests")
end
def getVisitorTrackers
get("visitorTrackingTests")
end

def getVisitorTrackerInfo(siteId)
options={:siteId=>siteId}
get("visitorTrackingInfo",options)
end
def getVisitorTrackerInfo(siteId)
options = {:siteId => siteId}
get("visitorTrackingInfo", options)
end

end
end

0 comments on commit 2983245

Please sign in to comment.