diff --git a/public/3d-globe/add_avartar_billboard.js b/public/3d-globe/add_avartar_billboard.js
index 4a263c03d86dc8d57f417d157d5b2d9d25ff9e45..15f0baa3bfbde2a956810bd7b947e4d3725d923e 100644
--- a/public/3d-globe/add_avartar_billboard.js
+++ b/public/3d-globe/add_avartar_billboard.js
@@ -11,6 +11,7 @@ viewer.entities.add({
     },
 });
 
+
 viewer.entities.add({
     position: Cesium.Cartesian3.fromDegrees(10.4515, 51.1657),
     billboard: {
diff --git a/public/3d-globe/index.html b/public/3d-globe/index.html
index 6f8263cd843a5b11c6b1f8306362b277c49733a8..db6db39b40bcd6139646be268401fece3aebed9f 100644
--- a/public/3d-globe/index.html
+++ b/public/3d-globe/index.html
@@ -26,6 +26,7 @@
             // terrainExaggeration: 1.5,
         });
 
+        
         var scene = viewer.scene;
         var clock = viewer.clock;
         var referenceFramePrimitive;