Skip to content

Commit 2143cfb

Browse files
authored
fix code block indentation
1 parent 60fc7e9 commit 2143cfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cognitive-services/Bing-Video-Search/includes/quickstarts/video-search-client-library-java.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Install the Bing Video Search client library dependencies by using Maven, Gradle
3737

3838
Create a new Java project in your favorite IDE or editor, and import the following libraries.
3939

40-
```java
40+
```java
4141
import com.microsoft.azure.cognitiveservices.videosearch.*;
4242
import com.microsoft.azure.cognitiveservices.videosearch.VideoObject;
4343
import com.microsoft.rest.credentials.ServiceClientCredentials;
@@ -48,7 +48,7 @@ Create a new Java project in your favorite IDE or editor, and import the followi
4848
import java.io.IOException;
4949
import java.util.ArrayList;
5050
import java.util.List;
51-
```
51+
```
5252

5353
## Create a search client
5454

@@ -155,4 +155,4 @@ Create a new Java project in your favorite IDE or editor, and import the followi
155155
## See also
156156

157157
* [What is the Bing Video Search API?](../../overview.md)
158-
* [Cognitive services .NET SDK samples](https://github.com/Azure-Samples/cognitive-services-dotnet-sdk-samples/tree/master/BingSearchv7)
158+
* [Cognitive services .NET SDK samples](https://github.com/Azure-Samples/cognitive-services-dotnet-sdk-samples/tree/master/BingSearchv7)

0 commit comments

Comments
 (0)