conform to coding braces standard

This commit is contained in:
Zach Pomerantz 2016-06-21 13:28:15 -07:00 committed by GitHub
parent c784fa42e9
commit c8ead2ad04

View file

@ -113,7 +113,9 @@ function displayMetadata(place, metadata) {
} }
function clearMetadata() { function clearMetadata() {
if (OVERLAY) { Overlays.deleteOverlay(OVERLAY); } if (OVERLAY) {
Overlays.deleteOverlay(OVERLAY);
}
} }
// Request JSON from a url, synchronously // Request JSON from a url, synchronously