1
0
mirror of https://github.com/danog/strum.git synced 2024-11-26 12:04:38 +01:00

fix indentation

This commit is contained in:
Peter Glotfelty 🚀 2020-09-17 05:09:18 +00:00
parent 4824b1b3ab
commit 5b89fb7bfc

View File

@ -38,11 +38,11 @@ environment:
### MSVC Toolchains ###
# MSRC 64-bit MSVC
- channel: 1.31.1
target: x86_64-pc-windows-msvc
- channel: 1.31.1
target: x86_64-pc-windows-msvc
# MSRC 32-bit MSVC
- channel: 1.31.1
target: i686-pc-windows-msvc
- channel: 1.31.1
target: i686-pc-windows-msvc
# Stable 64-bit MSVC
- channel: stable
target: x86_64-pc-windows-msvc
@ -67,11 +67,11 @@ environment:
### GNU Toolchains ###
# MSRC 64-bit GNU
- channel: 1.31.1
target: x86_64-pc-windows-gnu
- channel: 1.31.1
target: x86_64-pc-windows-gnu
# MSRC 32-bit GNU
- channel: 1.31.1
target: i686-pc-windows-gnu
- channel: 1.31.1
target: i686-pc-windows-gnu
# Stable 64-bit GNU
- channel: stable
target: x86_64-pc-windows-gnu