aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/tensorboard/components/tf-event-dashboard/dataCoordinator.ts
diff options
context:
space:
mode:
authorGravatar Dan Smilkov <dsmilkov@gmail.com>2016-04-25 13:54:48 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-04-25 15:02:15 -0700
commita8af8bcbce599104dbe272c43f04a17a3ed84530 (patch)
treed5109df754a2f8534c5a9080151010aae6793801 /tensorflow/tensorboard/components/tf-event-dashboard/dataCoordinator.ts
parent24e1e6cd24a313e2ea208a4893e64bc08400bd43 (diff)
Changed tslint to comply with clang and the google style guide for typescript. (max line length = 80 and single quotes). Then updated all typescript files to comply with the tslint.
Change: 120750153
Diffstat (limited to 'tensorflow/tensorboard/components/tf-event-dashboard/dataCoordinator.ts')
-rw-r--r--tensorflow/tensorboard/components/tf-event-dashboard/dataCoordinator.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/tensorboard/components/tf-event-dashboard/dataCoordinator.ts b/tensorflow/tensorboard/components/tf-event-dashboard/dataCoordinator.ts
index 5407800710..672a03853e 100644
--- a/tensorflow/tensorboard/components/tf-event-dashboard/dataCoordinator.ts
+++ b/tensorflow/tensorboard/components/tf-event-dashboard/dataCoordinator.ts
@@ -13,9 +13,9 @@ See the License for the specific language governing permissions and
limitations under the License.
==============================================================================*/
module TF {
-
/* The DataCoordinator generates TF.Datasets for each run/tag combination,
- * and is responsible for communicating with the backend to load data into them.
+ * and is responsible for communicating with the backend to load data into
+ * them.
* A key fact about this design is that when Datasets modify their data, they
* automatically notify all dependent Plottable charts.
*/