From db9ef03547bcda66389d0f7e2466175721abc432 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 7 Jun 2019 14:41:53 +0200 Subject: [PATCH] formatting fix --- content/concepts/resources.md | 2 +- src/templates/Swagger/Paths.jsx | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/content/concepts/resources.md b/content/concepts/resources.md index 3de939d0..de0ff793 100644 --- a/content/concepts/resources.md +++ b/content/concepts/resources.md @@ -81,6 +81,6 @@ Our team members travel the world to present about Ocean Protocol and meet with We also often host and co-organize meetups all around the globe. Check the different meetup groups to find a group in your city and attend our meetup: -- [Data Economy](https://www.meetup.com/de-DE/pro/data-economy) - Estimates show that a $2-5 Trillion Data Economy could be created if organizations and people would have the tools to guarantee control, privacy, security, compliance and pricing of data. Our target is bringing together curious minds with a background in Data Science, Blockchain, Artificial Intelligence, Robotics, Business Innovation and Blockchain. We started this initiative to build a community of enthusiasts around Data Economy including the following core topic areas: (1) Data Exchanges & Marketplaces, (2) Data Security, Privacy, Ethics, (3) Decentralised Systems & Blockchain, (4) Artificial Intelligence & Machine Learning, (5) Data Curation & Interoperability, and (6) New Business Models and Tangible Use Cases. +- [Data Economy](https://www.meetup.com/de-DE/pro/data-economy) - Estimates show that a \$2-5 Trillion Data Economy could be created if organizations and people would have the tools to guarantee control, privacy, security, compliance and pricing of data. Our target is bringing together curious minds with a background in Data Science, Blockchain, Artificial Intelligence, Robotics, Business Innovation and Blockchain. We started this initiative to build a community of enthusiasts around Data Economy including the following core topic areas: (1) Data Exchanges & Marketplaces, (2) Data Security, Privacy, Ethics, (3) Decentralised Systems & Blockchain, (4) Artificial Intelligence & Machine Learning, (5) Data Curation & Interoperability, and (6) New Business Models and Tangible Use Cases. - [Token Engineering](https://www.meetup.com/pro/tokenengineering/) - Our mission is to see token ecosystem design become a new engineering discipline. This implies a body of theory, practice, tools and a sense of responsibility. We aim to do this collectively as a community in a decentralized, permissionless, open-source fashion that all can contribute to and all can use. diff --git a/src/templates/Swagger/Paths.jsx b/src/templates/Swagger/Paths.jsx index 1a3f9b25..b495b689 100644 --- a/src/templates/Swagger/Paths.jsx +++ b/src/templates/Swagger/Paths.jsx @@ -30,9 +30,7 @@ const ParameterExample = ({ properties }) => ( {` "${key}"`} {`: `} {properties[key].type === 'string' && ( - {`"${ - properties[key].example - }"`} + {`"${properties[key].example}"`} )} {(properties[key].type === 'integer' || properties[key].type === 'number') && (