Fix coding style

Change-Id: Ifa944a7eb541b290f54d67eb654b893e71724843
This commit is contained in:
Manuel Stahl 2020-03-27 21:22:16 +01:00
parent 7eeb60539f
commit e4dd013c19

View file

@ -26,7 +26,9 @@ const resourceMap = {
}),
data: "users",
total: (json, from, perPage) => {
return json.next_token ? parseInt(json.next_token, 10) + perPage : from + json.users.length;
return json.next_token
? parseInt(json.next_token, 10) + perPage
: from + json.users.length;
},
},
rooms: {