Skip to content

Commit

Permalink
fix formating
Browse files Browse the repository at this point in the history
  • Loading branch information
Nurfet Becirevic committed Oct 13, 2017
1 parent 3e42c76 commit 6019a37
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions features/location.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ var prompt = require('prompt')
var helpers = require('../helpers')
var fs = require('fs')

exports.process = processRequest
exports.process = processLocation

function processRequest(params) {
function processLocation(params) {

if (params.location == "list") {
pbclient.listLocations(helpers.printInfo)
}
if (params.location == "list") {
pbclient.listLocations(helpers.printInfo)
}
}

0 comments on commit 6019a37

Please sign in to comment.