fix line spacing

This commit is contained in:
mscharlock
2018-09-20 12:11:18 -07:00
parent 5542f92ec1
commit ec31abdd97

View File

@@ -9,13 +9,12 @@ office-js
Copyright (c) Microsoft Corporation
*/
////////////////////////////////////////////////////////////////
//////////////////// Begin custom-functions-runtime ////////////
////////////////////////////////////////////////////////////////
/*
* Enables you to map your own name that uses lowercase letters to a function.
/*
* Enables you to map your own name that uses lowercase letters to a function.
*/
declare let CustomFunctionMappings: { [key: string]: Function };
@@ -37,7 +36,6 @@ declare namespace CustomFunctions {
}
}
////////////////////////////////////////////////////////////////
//////////////////// End custom-functions-runtime ////////////
////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////